home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / comm / bbs / daydbbs.rea < prev    next >
Text File  |  1997-03-02  |  18KB  |  399 lines

  1. Short:    DayDream BBS Software v1.28.
  2. Author:   c-lous@freenet.hut.fi
  3. Uploader: c-lous@freenet.hut.fi
  4. Version:  1.28
  5. Type:     comm/bbs
  6. Requires: OS2.04+, 2Mb
  7.  
  8.  
  9. DayDream BBS is written in 100% assembler and is therefor one of the
  10. fastest BBS programs availiable on Amiga today.
  11.  
  12. Features
  13. ~~~~~~~~
  14.  - DayDream  BBS  looks  like  AmiExpress, which is a much loved and hated
  15.    BBS software. Most of the people who like AmiExpress like it because of
  16.    it's simpliness and  because it's very fast to use. However, AmiExpress
  17.    requires a very fast CPU to operate smoothly and the configurability is
  18.    rather poor too. DayDream fixes the major problems found in AmiX.
  19.  
  20.  - 100%  assembly  code.   DayDream  is  probably the fastest BBS-software
  21.    ever.
  22.  
  23.  - Number of conferences is limited to 64.  Each conference can have up to
  24.    254  messagebases and  fileareas.  64*254 = 16256 (or for Pentium users
  25.    16255.999999987.)
  26.  
  27.  - Maximum  security.   Each user can have their own securitysettings, but
  28.    defaults  are taken by securitylevel.  Every command in DayDream can be
  29.    toggled on/off.
  30.  
  31.  - Basic  utilities  and  doors are included in distribution archive.  For
  32.    example:    Faker,   whof,   new,  top list -utilities, weektop etc.
  33.  
  34.  - Configuration is done  via an ascii file.  This enables quick modifica-
  35.    tions to the BBS'  settings.  Asciifile  is converted  to  binaryformat
  36.    with  utility  called  DreamConfig.     It takes about 1 sec to compile
  37.    the datafiles with it.
  38.  
  39.  - If you don't like editing Textfile, there's a MUI based configprogram
  40.    included. (Read MUIConfig.DOC!)
  41.  
  42.  - Superb  upload handling.  Full support  for file_id.diz, gets date from
  43.    file_id.diz (if  wanted),  built-in offline  checking, adds file_id.diz
  44.    to archives if it didn't exist etc.
  45.  
  46.  - Strings  and  prompts  can be re-defined, so you can customize your BBS
  47.    any way you like.
  48.  
  49.  - You  can  have  254  different displaymodes.  Each displaymode can have
  50.    it's own  characterconversiontables  (=no  more linefeeds), prompts and
  51.    strings and textfiles.
  52.  
  53.  - Multinode  support.  Supports up  to 254 nodes in theory. I suppose you
  54.    can have at least 5 nodes  on regular  030  without  too high CPU-Load.
  55.  
  56.  - Door formats supported: DayDream, ARexx, Paragon, stdio. AmiExpress
  57.    preudo-rexx "XIM" doors work via external emulation.
  58.  
  59.  - Supports XPR-Protocols, Hydra+SModem (Bidirectional w/ chat).
  60.  
  61.  - Supports FTP-transfers. There's a custom ftpd for DD to have on-the-fly
  62.    dupechecking.
  63.  
  64.  - Cheap. DayDream costs only 300SEK or 55USD.
  65.  
  66.  - Everything else except DDHydra and SModem can be made resident!
  67.  
  68.  - And once again, it's fast, it's cheap, and it's nice. :-)
  69.  
  70.  
  71. Requirements
  72. ~~~~~~~~~~~~
  73.  - KickStart 2.04 (V37) or higher.
  74.  - Fifo.library and l:fifo-handler running (for stdio doors etc.)
  75.  - Reqtools.library
  76.  
  77. Support
  78. ~~~~~~~
  79. DayDream is currently being developed at full speed and I intend to
  80. continue as long as there is any interest in this program.
  81.  
  82. If you have any  comments, discover some  bugs or have any suggestions etc
  83. feel free to send E-Mail to me at: daydreambbs@geocities.com
  84.  
  85. Also try to catch Origo on IRC, channels #DayDream or #AmiElite (EfNet).
  86.  
  87. You can get doors etc. via ftp:
  88. ftp://pato.vaala.fi/pub/amiga/daydream/.
  89.  
  90. Also Check out the DayDream homepage: 
  91. http://www.geocities.com/SiliconValley/Park/4698/
  92.  
  93. There is also a doorpack with some useful doors & utils on AmiNet:
  94. aminet:comm/bbs/DayDreamBBSDoo.Lha
  95.  
  96.  
  97.  
  98. ===( Version 1.28 - 250297 )==============================================
  99.  
  100. - Removed some unused code in the server.
  101.  
  102. - Enhanched (?) the look of the server (Finally!)
  103.  
  104. - Added 4 configurable buttons to the server.
  105.  
  106. - Enhanched DreamNew a bit. Does not use BS when printing filelist anymore,
  107.   as this causes trouble if you have destructive BS turned on.
  108.  
  109. - GR command is faster now.
  110.  
  111. - Shutting down the server now kills all active nodes.
  112.   WARNING! This will also kick any users out without warning, so check
  113.            the node status before you close the server window.
  114.  
  115. - Enhanched the XPR window a bit.
  116.  
  117. - Added a new option to multinode.dat: Faster local output. This is
  118.   done by opening a screen with only 4 colours, and on my 030/50 this
  119.   really made a difference. =)
  120.  
  121. - Fixed a bug with private mail.
  122.  
  123. - Fixed a couple of small bugs in MUIConfig.
  124.  
  125. - Corrected saving of TXT config from MUIConfig, sometimes it could not
  126.   be compiled with DreamConfig.
  127.  
  128. - DayDream now reinitializes the modem if there is no local or remote
  129.   activity for 10 minutes.
  130.  
  131. - DayDream now displays amount of time since last call at first output
  132.   of a new caller.
  133.  
  134. - A message is written to the log if user paged sysop and the sysop was
  135.   away. Like: 'Operator paged at 19:14:38, but he was away.'
  136.  
  137. - Added new doorcommand: UpdateUserRec(). This will force DayDream to update
  138.   a userstruct to disk.
  139.  
  140. - Doorcommands ShowCursor() and HideCursor() are now obsolete.DayDream performs
  141.   this all by itself during text output if the user flag 'Speed Up Output' is
  142.   set to ON.
  143.  
  144. - Recompiled kalacon.device for 020+ and 000, with some new optimizations.
  145.   Got bigger, but should be a bit faster.
  146.  
  147. - Fixed configurable string to "Move flagged files (Yes/No)".
  148.  
  149. - Enhanched internal Move command. Now it can move all flagged files to same
  150.   destination conf/dir.
  151.  
  152. - Added autoaway feature. If the sysop is away from the keyboard or the mouse
  153.   for more than a configurable amount of time, he is automaticly set as being
  154.   away.
  155.  
  156. - Changed local download path prompt to path requester.
  157.  
  158. - Optimized some common string handling routines.
  159.  
  160. - Optimized DreamNew quite a bit.
  161.  
  162. - Fixed DreamFaker to have reverse scanning of uploadlog. Forward scanning
  163.   caused alot of problems that should be fixed now.
  164.  
  165. - Optimized (F) and (N) commands quite a bit.
  166.  
  167. - Fixed an error in the DayDream.CFG. OwnDir and 16Col was swapped.
  168.   Thanks to Dr.K.Oss for the tip!
  169.  
  170. - Added a new doorcommand: SetAccPreset() to set a users access preset.
  171.   Thanks to Wolfman for pushing me! :-)
  172.  
  173. - Fixed an error in local download path requester. Caused gurus.
  174.  
  175. - Fixed cursor movement in F/N/NS command. Caused gurus.
  176.  
  177. - Added a new powerful doorcommand: SearchUser()
  178.   Once again thanks to Wolfman.
  179.  
  180. - Added a server/node startup script written in Arexx. Edit and try it out!
  181.  
  182. - Added new format codes to show number of tagged files.
  183.   F for prompts and # for textfiles.
  184.  
  185. - Optimized the rexxdoor interface a bit.
  186.  
  187. - Fixed the XPR window to open on a NTSC screen aswell.
  188.   Thanks to Shen/DC for having problems.. :)
  189.  
  190. - Added some more verbose(!) output if modem initialization fails.
  191.  
  192. - Fixed a potential problem with the Server's inputhandler.
  193.  
  194. - Made a new MsgBaseOpt program, the old one more like CAUSED errors than
  195.   corrected them. Use with caution though.
  196.  
  197. - Fixed an error in the installer script that caused hangs. (Donno why though :)
  198.  
  199.  
  200. ============================= Archive contents =============================
  201.  
  202. Original  Packed Ratio    Date     Time    Name
  203. -------- ------- ----- --------- --------  -------------
  204.     1188     656 44.7% 25-Feb-97 18:41:56  DayDream.Info
  205.     1562     556 64.4% 14-Oct-96 17:32:54 +appicon.info
  206.      482     304 36.9% 14-Oct-96 17:32:54 +GetFax1.bat
  207.      292     173 40.7% 14-Oct-96 17:32:54 +Logoff1.BAT
  208.     1428     590 58.6% 14-Oct-96 17:32:56 +DD-ConfTop.CFG
  209.      783     278 64.4% 14-Oct-96 17:32:56 +DDTop.Config
  210.      439     234 46.6% 14-Oct-96 17:32:56 +DDWeekTop.Config
  211.      365     241 33.9% 14-Oct-96 17:32:56 +DreamFaker.Cfg
  212.      558     379 32.0% 14-Oct-96 17:32:56 +Dreammail.Cfg
  213.      679     328 51.6% 14-Oct-96 17:32:56 +Dreamnew.CFG
  214.      800      36 95.5% 25-Nov-96 00:48:12 +DreamWall.DAT
  215.     1679     442 73.6% 14-Oct-96 17:32:56 +WeekTop.GFX
  216.      797     288 63.8% 14-Oct-96 17:32:56 +WeekTop.TXT
  217.      150      64 57.3% 14-Oct-96 17:33:00 +Access.DAT
  218.     4400     468 89.3% 14-Oct-96 17:33:00 +Archivers.DAT
  219.      700     113 83.8% 14-Oct-96 17:33:00 +Conferences.DAT
  220.      256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable01.DAT
  221.      256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable02.DAT
  222.     4000     182 95.4% 14-Oct-96 17:32:58 +DayDream.DAT
  223.      100      17 83.0% 14-Oct-96 17:32:58 +DD-Server.DAT
  224.      400      69 82.7% 14-Oct-96 17:32:58 +Display.DAT
  225.     2600     282 89.1% 14-Oct-96 17:32:58 +ExternalCommands.DAT
  226.       14      14  0.0% 14-Oct-96 17:32:58 +FreeDownloads.DAT
  227.       85      46 45.8% 14-Oct-96 17:32:58 +FTP-Paths.DAT
  228.      400     131 67.2% 14-Oct-96 17:32:58 +IO-Device1.DAT
  229.      400      92 77.0% 14-Oct-96 17:32:58 +IO-Device2.DAT
  230.       20      20  0.0% 14-Oct-96 17:32:58 +LogOnDoors.DAT
  231.      400     133 66.7% 14-Oct-96 17:32:58 +Multinode.DAT
  232.      800     106 86.7% 14-Oct-96 17:32:58 +Protocols.DAT
  233.     4800      61 98.7% 14-Oct-96 17:32:56 +Schedule.DAT
  234.       56      54  3.5% 25-Feb-97 18:58:30 +ScreenInfo1.DAT
  235.      250      88 64.8% 14-Oct-96 17:32:56 +Security.DAT
  236.     2056      14 99.3% 14-Oct-96 17:32:56 +Selected.DAT
  237.        7       7  0.0% 14-Oct-96 17:32:56 +TrashCan.DAT
  238.      100      61 39.0% 15-Oct-96 04:23:06 +Version.DAT
  239.   160628   81836 49.0% 25-Feb-97 16:04:48 +DayDream
  240.    25983    6659 74.3% 25-Feb-97 18:44:02 +DayDream.CFG
  241.     1562     559 64.2% 14-Oct-96 17:32:54 +DayDream.info
  242.     3263    1714 47.4% 14-Oct-96 17:32:54 +DD126.readme
  243.     1192     684 42.6% 14-Oct-96 17:32:52 +Developer.Info
  244.     9228    4386 52.4% 12-Jan-97 02:13:58 +kalacon.device
  245.     8964    4210 53.0% 09-Jan-97 08:54:46 +kalacon.device.020
  246.     8964    4210 53.0% 12-Jan-97 02:16:24 +kalacon.device_020
  247.      112      50 55.3% 14-Oct-96 17:33:16 +DisplayModeHelp.TXT
  248.       97      76 21.6% 14-Oct-96 17:33:16 +DisplayModeList.TXT
  249.      280     185 33.9% 14-Oct-96 17:33:26 +AccountFrozen.GFX
  250.      249     160 35.7% 14-Oct-96 17:33:26 +AccountFrozen.TXT
  251.     1569     300 80.8% 14-Oct-96 17:33:18 +Banner.GFX
  252.     1113     197 82.3% 14-Oct-96 17:33:26 +Banner.TXT
  253.      380     120 68.4% 14-Oct-96 17:33:26 +BiDirProtocolMenu.GFX
  254.      333      92 72.3% 14-Oct-96 17:33:26 +BiDirProtocolMenu.TXT
  255.     1198     408 65.9% 14-Oct-96 17:33:26 +CallersHeader.GFX
  256.     1150     377 67.2% 14-Oct-96 17:33:26 +CallersHeader.TXT
  257.     1295     479 63.0% 14-Oct-96 17:33:26 +Commands.GFX
  258.     1221     448 63.3% 14-Oct-96 17:33:26 +Commands.TXT
  259.      995     348 65.0% 14-Oct-96 17:33:24 +Conferences.GFX
  260.      933     323 65.3% 14-Oct-96 17:33:24 +Conferences.TXT
  261.     1363     262 80.7% 14-Oct-96 17:33:24 +Download.GFX
  262.     1167     209 82.0% 14-Oct-96 17:33:18 +Download.TXT
  263.      736     194 73.6% 14-Oct-96 17:33:24 +DreamNewHelp.GFX
  264.      628     158 74.8% 14-Oct-96 17:33:24 +DreamNewHelp.TXT
  265.      728     265 63.5% 14-Oct-96 17:33:24 +EditUser.GFX
  266.      538     227 57.8% 14-Oct-96 17:33:24 +EditUser.TXT
  267.       34      34  0.0% 14-Oct-96 17:33:24 +FileCatalogs.GFX
  268.       21      21  0.0% 14-Oct-96 17:33:24 +FileCatalogs.TXT
  269.     1769     518 70.7% 14-Oct-96 17:33:24 +Goodbye.GFX
  270.     1396     435 68.8% 14-Oct-96 17:33:24 +goodbye.txt
  271.       26      26  0.0% 14-Oct-96 17:33:24 +LineChatOff.GFX
  272.       22      22  0.0% 14-Oct-96 17:33:22 +LineChatOff.TXT
  273.     1227     293 76.1% 14-Oct-96 17:33:22 +LineChatOn.GFX
  274.     1223     287 76.5% 14-Oct-96 17:33:22 +LineChatOn.TXT
  275.      385     180 53.2% 14-Oct-96 17:33:22 +LineEditorCommands.GFX
  276.      259     161 37.8% 14-Oct-96 17:33:22 +LineEditorCommands.TXT
  277.      101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.GFX
  278.      101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.TXT
  279.      415     173 58.3% 14-Oct-96 17:33:22 +Msgreadcommands.gfx
  280.      375     156 58.4% 14-Oct-96 17:33:22 +Msgreadcommands.txt
  281.       84      72 14.2% 14-Oct-96 17:33:22 +NewUser.GFX
  282.       84      72 14.2% 14-Oct-96 17:33:22 +newuser.txt
  283.     1228     463 62.2% 14-Oct-96 17:33:22 +OtherCommands.GFX
  284.     1006     395 60.7% 14-Oct-96 17:33:20 +OtherCommands.TXT
  285.      453     190 58.0% 14-Oct-96 17:33:20 +ProtocolMenu.GFX
  286.      391     132 66.2% 14-Oct-96 17:33:20 +ProtocolMenu.TXT
  287.      204     156 23.5% 14-Oct-96 17:33:20 +Reg_RealName.GFX
  288.      191     141 26.1% 14-Oct-96 17:33:20 +Reg_RealName.TXT
  289.      156     120 23.0% 14-Oct-96 17:33:20 +Reg_ScreenLength.GFX
  290.      152     115 24.3% 14-Oct-96 17:33:20 +Reg_ScreenLength.TXT
  291.      946     232 75.4% 14-Oct-96 17:33:20 +ScanDateHelp.GFX
  292.      684     204 70.1% 14-Oct-96 17:33:20 +ScanDateHelp.TXT
  293.       26      26  0.0% 14-Oct-96 17:33:20 +SplitChatOff.GFX
  294.       22      22  0.0% 14-Oct-96 17:33:20 +SplitChatOff.TXT
  295.     1227     293 76.1% 14-Oct-96 17:33:18 +SplitChatOn.GFX
  296.     1223     287 76.5% 14-Oct-96 17:33:18 +SplitChatOn.TXT
  297.     1491     254 82.9% 14-Oct-96 17:33:18 +Upload.GFX
  298.     1264     194 84.6% 14-Oct-96 17:33:18 +Upload.TXT
  299.      412     205 50.2% 14-Oct-96 17:33:18 +UpLoadCommands.GFX
  300.      301     178 40.8% 14-Oct-96 17:33:18 +UpLoadCommands.TXT
  301.      109      95 12.8% 14-Oct-96 17:33:18 +Welcome.GFX
  302.      109      95 12.8% 14-Oct-96 17:33:18 +Welcome.TXT
  303.      101      87 13.8% 14-Oct-96 17:33:16 +MoreHelp.TXT
  304.    23267    6944 70.1% 09-Jan-97 23:19:34 +Strings.001
  305.     1192     681 42.8% 14-Oct-96 17:32:52 +Docs.Info
  306.     1932     490 74.6% 14-Jan-97 19:29:48 +BugReport.Form
  307.    64033   24583 61.6% 25-Feb-97 16:06:48 +changes.guide
  308.     1392     508 63.5% 16-Jan-97 22:08:26 +Changes.Guide.info
  309.   175250   52381 70.1% 19-Feb-97 15:36:14 +DayDream.guide
  310.     1392     507 63.5% 14-Oct-96 17:33:30 +DayDream.Guide.info
  311.     2640    1022 61.2% 13-Feb-97 06:09:10 +DDCallers.MAN
  312.     2187    1010 53.8% 14-Oct-96 17:33:28 +DDConfTop.DOC
  313.     1616     614 62.0% 14-Oct-96 17:33:28 +DDTop.MAN
  314.     1677     759 54.7% 14-Oct-96 17:33:28 +DDWeekTop.MAN
  315.      525     321 38.8% 14-Oct-96 17:33:28 +DreamFaker.MAN
  316.     1685     878 47.8% 14-Oct-96 17:33:28 +DreamMail.MAN
  317.    15336    4874 68.2% 04-Feb-97 23:38:56 +FAQ.Guide
  318.     2201    1064 51.6% 14-Oct-96 17:33:28 +ftpd.doc
  319.      372     271 27.1% 14-Oct-96 17:33:28 +kalacon.readme
  320.     1232     673 45.3% 14-Oct-96 17:33:26 +MUIConfig.DOC
  321.      987     546 44.6% 14-Oct-96 17:33:26 +RoboWriter.DOC
  322.     8924    3339 62.5% 09-Jan-97 23:19:08 +UpDating.TXT
  323.     2081     946 54.5% 13-Feb-97 06:07:42 +Version.NFO
  324.     1192     680 42.9% 14-Oct-96 17:32:52 +Doors.Info
  325.     8656    5179 40.1% 14-Oct-96 17:33:34 +ConfTop
  326.     7228    4188 42.0% 14-Oct-96 17:33:34 +DD-Inet
  327.     6124    2989 51.1% 14-Oct-96 17:33:34 +DDRc
  328.    17924    8816 50.8% 18-Jan-97 04:49:54 +Faker
  329.     6640    3514 47.0% 14-Oct-96 17:33:32 +FSEd
  330.    13816    5583 59.5% 14-Oct-96 17:33:32 +grab
  331.     6040    3176 47.4% 18-Jan-97 04:20:28 +New
  332.     6552    3018 53.9% 06-Feb-97 15:59:10 +rexx
  333.     8162    1852 77.3% 14-Oct-96 17:33:36 +BBSList.dd
  334.     3369    1155 65.7% 14-Oct-96 17:33:34 +LogOff.dd
  335.     6812    1452 78.6% 14-Oct-96 17:33:34 +MComment.dd
  336.      346     216 37.5% 14-Oct-96 17:33:34 +SetLrp.dd
  337.     3666     887 75.8% 14-Oct-96 17:33:34 +Stats.dd
  338.    17284    8589 50.3% 14-Oct-96 17:33:32 +stat
  339.     2776    1050 62.1% 25-Nov-96 00:47:46 +Wall
  340.     3036    1518 50.0% 14-Oct-96 17:33:32 +whof
  341.       34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.GFX
  342.       34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.TXT
  343.      605     213 64.7% 14-Oct-96 17:33:36 +BulletinMenu.GFX
  344.      575     193 66.4% 14-Oct-96 17:33:36 +BulletinMenu.TXT
  345.       11      11  0.0% 14-Oct-96 22:56:42 +def_FILE_ID.DIZ
  346.        5       5  0.0% 14-Oct-96 17:33:36 +FreeDownloads.DAT
  347.       40      40  0.0% 14-Oct-96 17:33:36 +Paths.DAT
  348.      229     110 51.9% 14-Oct-96 17:33:38 +FileCatalogs.GFX
  349.      171      83 51.4% 14-Oct-96 17:33:38 +FileCatalogs.TXT
  350.      232     116 50.0% 14-Oct-96 17:33:38 +MessageBases.GFX
  351.      174      91 47.7% 14-Oct-96 17:33:36 +MessageBases.TXT
  352.      439     206 53.0% 24-Nov-96 23:56:10 +file_id.diz
  353.     4413    1625 63.1% 25-Feb-97 19:08:42 +InstallDD
  354.     1645     647 60.6% 14-Oct-96 17:32:52 +InstallDD.info
  355.     7736    4615 40.3% 14-Oct-96 17:33:38 +fifo-handler
  356.     3212    2004 37.6% 14-Oct-96 17:33:40 +fifo.library
  357.    46136   30630 33.6% 25-Feb-97 19:09:38 +reqtools.library
  358.    33392   24803 25.7% 14-Oct-96 17:33:38 +rexxsyslib.library
  359.     1232     492 60.0% 14-Oct-96 17:33:40 +DreamToss.Cfg
  360.      390     244 37.4% 14-Oct-96 17:33:40 +Registration
  361.       65      59  9.2% 14-Oct-96 17:33:40 +Registration.Questions
  362.     2539    1093 56.9% 14-Oct-96 17:33:42 +Announce.amirx
  363.      747     304 59.3% 14-Oct-96 17:33:40 +servertest.rexx
  364.     2046     902 55.9% 04-Feb-97 19:54:10 +StartNodes.rexx
  365.     2214     948 57.1% 20-Feb-97 03:41:54 +who.amirx
  366.    96920   52707 45.6% 14-Oct-96 17:33:42 +ftpd
  367.    35864   17928 50.0% 24-Feb-97 07:27:22 +Server
  368.     1562     556 64.4% 14-Oct-96 17:32:52 +Server.Info
  369.    35988   17985 50.0% 24-Feb-97 07:37:40 +Server_020
  370.     1192     678 43.1% 14-Oct-96 17:32:50 +Utils.Info
  371.     8540    5567 34.8% 14-Oct-96 17:33:48 +Aminet2DD
  372.      826     187 77.3% 14-Oct-96 17:33:48 +aminetmakeindex.bat
  373.    10756    6584 38.7% 31-Oct-96 01:21:26 +BGCheck
  374.     8584    4913 42.7% 14-Oct-96 17:33:48 +cryptpw
  375.    10140    3703 63.4% 14-Oct-96 17:33:48 +DDCallers
  376.    55412   30659 44.6% 14-Oct-96 17:33:48 +ddhydra
  377.     1660     918 44.6% 14-Oct-96 17:33:48 +DDRCServer
  378.    13532    2856 78.8% 14-Oct-96 17:33:48 +DDTop
  379.     7976    2940 63.1% 14-Oct-96 17:33:46 +DDWeekTop
  380.     1496    1032 31.0% 14-Oct-96 17:33:46 +Dirclean
  381.    12012    4799 60.0% 12-Jan-97 04:05:52 +DreamConfig
  382.    11072    5802 47.5% 14-Oct-96 17:33:46 +DreamToss
  383.     5028    3277 34.8% 14-Oct-96 17:33:46 +eall2all
  384.     1248     799 35.9% 14-Oct-96 17:33:46 +FixBases
  385.      968     663 31.5% 14-Oct-96 17:33:46 +fixsysopaccount
  386.     1816    1181 34.9% 14-Oct-96 17:33:46 +Listclean
  387.     3980    1962 50.7% 23-Feb-97 23:27:00 +MSGBaseOpt
  388.   134984   45490 66.2% 25-Jan-97 17:47:12 +MUIConfig
  389.   133716   45221 66.1% 25-Jan-97 17:49:10 +MUIConfig_020
  390.      824     573 30.4% 14-Oct-96 17:33:42 +Oldlist2Newlist
  391.     4052    2226 45.0% 14-Oct-96 17:33:42 +oldmsgdelete
  392.     2140    1325 38.0% 14-Oct-96 17:33:42 +RoboWriter
  393.    40948   23432 42.7% 14-Oct-96 17:33:42 +smodem
  394.      208     208  0.0% 14-Oct-96 17:33:42 +WaitForPort
  395.      439     206 53.0% 25-Feb-97 19:24:44  file_id.diz
  396.     3912    1554 60.2% 25-Feb-97 20:20:16 +dreamdoor.library
  397. -------- ------- ----- --------- --------
  398.  1474044  636389 56.8% 28-Feb-97 03:01:32   193 files
  399.